Click or drag to resize

UserConfigurationProperty Enumeration

Specifies the property types to get in a GetUserConfiguration operation.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum UserConfigurationProperty
Members
  Member nameValueDescription
Id0 Specifies the identifier property.
Dictionary1 Specifies dictionary property types.
XmlData2 Specifies XML data property types.
BinaryData3 Specifies binary data property types.
All4 Specifies the identifier, dictionary, XML data, and binary data property types.
See Also